home *** CD-ROM | disk | FTP | other *** search
- object FlowControlForm: TFlowControlForm
- Left = 373
- Top = 266
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Flow Control'
- ClientHeight = 202
- ClientWidth = 442
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object HardwareFlowGroup: TRadioGroup
- Left = 10
- Top = 5
- Width = 198
- Height = 144
- Caption = '&Hardware Flow Control'
- Items.Strings = (
- 'None'
- 'DTR/DSR'
- 'RTS/CTS')
- TabOrder = 0
- end
- object SoftwareFlowGroup: TGroupBox
- Left = 236
- Top = 5
- Width = 198
- Height = 144
- Caption = '&Software Flow Control'
- TabOrder = 1
- object Label1: TLabel
- Left = 10
- Top = 84
- Width = 63
- Height = 16
- Caption = 'Xon Char:'
- FocusControl = XonCharEdit
- end
- object Label2: TLabel
- Left = 10
- Top = 113
- Width = 63
- Height = 16
- Caption = 'Xoff Char:'
- FocusControl = XoffCharEdit
- end
- object ReceiveFlowBox: TCheckBox
- Left = 10
- Top = 25
- Width = 178
- Height = 21
- Caption = 'Receive Flow Control'
- TabOrder = 0
- end
- object TransmitFlowBox: TCheckBox
- Left = 10
- Top = 49
- Width = 178
- Height = 21
- Caption = 'Transmit Flow Control'
- TabOrder = 1
- end
- object XonCharEdit: TEdit
- Left = 98
- Top = 79
- Width = 61
- Height = 24
- MaxLength = 3
- TabOrder = 2
- end
- object XoffCharEdit: TEdit
- Left = 98
- Top = 108
- Width = 61
- Height = 24
- MaxLength = 3
- TabOrder = 3
- end
- end
- object OkBtn: TBitBtn
- Left = 41
- Top = 162
- Width = 85
- Height = 27
- TabOrder = 2
- OnClick = OkBtnClick
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 179
- Top = 162
- Width = 85
- Height = 27
- TabOrder = 3
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 316
- Top = 162
- Width = 85
- Height = 27
- Enabled = False
- TabOrder = 4
- Kind = bkHelp
- end
- end
-